Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ReadOnlyStructList<T> Class / ToArray Method

In This Topic
    ToArray Method (ReadOnlyStructList<T>)
    In This Topic
    Copies the elements of the ReadOnlyStructList<T> to a new array.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()

    Return Value

    An array containing copies of the elements of the ReadOnlyStructList<T>.
    See Also